PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardStructureTypes Class / TABLE_OF_CONTENTS Field
In This Topic
    TABLE_OF_CONTENTS Field
    In This Topic
    A list made up of table of contents item entries () and/or other nested table of contents entries ().
    A entry that includes only () entries represents a flat hierarchy.
    A entry that includes other nested entries (and possibly entries) represents a more complex hierarchy. Ideally, the hierarchy of a top level entry reflects the structure of the main body of the document.
    Supported in PDF/UA-1.
    Syntax
    public java.lang.String TABLE_OF_CONTENTS
    See Also